home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
make
/
icmake-6.000
/
icmake-6
/
icmake
/
exec
/
funexit.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-02-08
|
310 b
|
22 lines
/*
\funcref{fun\_exit}{void fun\_exit ()}
{}
{}
{pop()}
{}
{funexit.c}
{
This function places the {\em int} value of the return register {\em
reg} into the global variable {\em retval}.
}
*/
#include "icm-exec.h"
void fun_exit ()
{
retval = reg.vu.intval;
}